Skip to content

fix(ci): drop beta-Rust CodeQL leg (cancelled/hanging 'checks 2 things forever')#21

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/codeql-drop-rust-beta-leg
Jul 17, 2026
Merged

fix(ci): drop beta-Rust CodeQL leg (cancelled/hanging 'checks 2 things forever')#21
hyperpolymath merged 1 commit into
mainfrom
fix/codeql-drop-rust-beta-leg

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

What

The CodeQL matrix analysed a rust leg. CodeQL Rust support is beta — that leg cancels/hangs and never resolves (the recurring "CodeQL checks 2 things forever" symptom), providing zero real security coverage.

Fix

Remove the rust leg; keep/ensure an actions leg so the matrix stays non-empty (no zero-jobs startup_failure). Rust security belongs in native tooling (cargo-audit / clippy), not beta CodeQL.

Verification

actionlint: no parse/syntax errors; matrix has an actions leg and zero active rust legs.

Context

Estate-wide shared-fate: 13 repos carried this beta-Rust CodeQL leg. Reference: hyperpolymath/gitbot-fleet#375.

🤖 Generated with Claude Code

CodeQL Rust support is beta — that matrix leg cancels/hangs and never resolves
(the recurring "CodeQL checks 2 things forever" symptom), giving zero real
coverage. Removed it; ensured an actions leg remains so the matrix is non-empty
(no zero-jobs startup_failure). Rust security belongs in cargo-audit/clippy.

Verified with actionlint: no parse/syntax errors; actions leg present, no
active rust leg.

Part of the estate-wide CI cleanup (13 repos; reference hyperpolymath/gitbot-fleet#375).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 50 issues detected

Severity Count
🔴 Critical 0
🟠 High 22
🟡 Medium 28
View findings
[
  {
    "reason": "Issue in scorecard.yml",
    "type": "missing_workflow",
    "file": "scorecard.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in ci.yml",
    "type": "npermissions_typo",
    "file": "ci.yml",
    "action": "fix_typo",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "codeql.yml lists `language: javascript-typescript` but the repo has no source files in any CodeQL-scannable language. The analyze job will exit 'no source files' on every run. Switch the matrix to `actions` (which scans workflow files — every repo has those).",
    "type": "codeql_language_matrix_mismatch",
    "file": "codeql.yml",
    "action": "switch_codeql_matrix_to_actions",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in boj-build.yml",
    "type": "missing_timeout_minutes",
    "file": "boj-build.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci.yml",
    "type": "missing_timeout_minutes",
    "file": "ci.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in codeql.yml",
    "type": "missing_timeout_minutes",
    "file": "codeql.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in hypatia-scan.yml",
    "type": "missing_timeout_minutes",
    "file": "hypatia-scan.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in instant-sync.yml",
    "type": "missing_timeout_minutes",
    "file": "instant-sync.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath
hyperpolymath marked this pull request as ready for review July 17, 2026 22:05
@hyperpolymath
hyperpolymath enabled auto-merge (squash) July 17, 2026 22:06
@hyperpolymath
hyperpolymath disabled auto-merge July 17, 2026 22:40
@hyperpolymath
hyperpolymath merged commit 2b4e330 into main Jul 17, 2026
18 of 19 checks passed
@hyperpolymath
hyperpolymath deleted the fix/codeql-drop-rust-beta-leg branch July 17, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant